home *** CD-ROM | disk | FTP | other *** search
- 174
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- MoveWindow
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baMoveWindow moves or resizes the specified window.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baMoveWindow( WinHandle, Left , Top , Width , Height , Activate )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer, Integer, Integer, Integer, Integer, Integer.
- --- RECORDSEPARATOR ---
- WinHandle is the handle of the window to move.
- --- RECORDSEPARATOR ---
- Left is the new left position of the window.
- --- RECORDSEPARATOR ---
- Top is the new top position of the window.
- --- RECORDSEPARATOR ---
- Width is the new width of the window.
- --- RECORDSEPARATOR ---
- Height is the new height of the window.
- --- RECORDSEPARATOR ---
- If Activate is true then the window will be activated.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baMoveWindow( Wnd, 20 , 20 , 400 , 400 , true )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baMoveWindow( Wnd, 20 , 20 , 400 , 400 , true )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- If both Left and Top arguments are -1, then the windows current position will not be
- --- RECORDSEPARATOR ---
- changed.
- --- RECORDSEPARATOR ---
- If both Width and Height are -1, then the windows current size will not be changed.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- See also:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baWindowInfo